home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / What's New? / Development Kits / Speech Recognition 1.5a1 / SR Sample Code / Speakable Items Example / What You Can Say (Read Me) < prev   
Encoding:
Text File  |  1994-04-20  |  930 b   |  15 lines  |  [TEXT/ttxt]

  1.  
  2. SpeakableItems is a sample application that uses the new Speech Recognition Toolbox and API.  (This set of code is ready to be built using Symantec C.)  You can say the following things to SpeakableItems after launching it:
  3.  
  4.     "What time is it?"
  5.     "What day is it?"
  6.     "Quit SpeakableItems."
  7.     "<Speakable Items Folder Item>."
  8.  
  9. where <Speakable Items Folder Item> is the name of any item in the "Speakable Items" folder inside the "Apple Menu Items" folder in your System folder.
  10.  
  11. When you say "What time is it?" this application will speak the time (using a simple Speech Manager call to do the text-to-speech).  Similarly when you ask for the date, the date will be spoken.  When you say "Quit SpeakableItems", this application will say "Goodbye" and quit.  When you say the name of an item in the Speakable Items folder, that item will be opened.
  12.  
  13. See "Trouble Shooting Notes" folder if you have trouble running "SpeakableItems".
  14.  
  15.